From 6bd0dc3e783aa3aa0c9468a63d101e2504e70946 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 23 Dec 2020 09:03:07 -0500 Subject: [PATCH] colorbutton: Correct the css docs Mention the wrapper colorbutton node. --- gtk/gtkcolorbutton.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c index f4f8cc40fb..622cce0b60 100644 --- a/gtk/gtkcolorbutton.c +++ b/gtk/gtkcolorbutton.c @@ -58,8 +58,15 @@ * * # CSS nodes * - * GtkColorButton has a single CSS node with name button. To differentiate - * it from a plain #GtkButton, it gets the .color style class. + * |[ + * colorbutton + * ╰── button.color + * ╰── [content] + *]| + * + * GtkColorButton has a single CSS node with name colorbutton which + * contains a button node. To differentiate it from a plain #GtkButton, + * it gets the .color style class. */ typedef struct _GtkColorButtonClass GtkColorButtonClass; -- 2.30.2